Set Debian GNOME team as maintainer and update Vcs fields
authorJeremy Bicha <jbicha@debian.org>
Sat, 14 Oct 2017 18:39:59 +0000 (14:39 -0400)
committerJeremy Bicha <jbicha@debian.org>
Sat, 14 Oct 2017 18:52:26 +0000 (14:52 -0400)
debian/changelog
debian/control
debian/control.in [new file with mode: 0644]
debian/rules

index 914f8c8701d595cc5597dddc55759cd779bdc978..567d00aaf6dd9445e304fa2acda3482b0eb4b39d 100644 (file)
@@ -2,6 +2,7 @@ babl (0.1.34-1) UNRELEASED; urgency=medium
 
   * New upstream release
   * Switch from cdbs to dh
+  * Set Debian GNOME team as maintainer and update Vcs fields
 
  -- Jeremy Bicha <jbicha@debian.org>  Sat, 14 Oct 2017 14:10:57 -0400
 
index 337b0a8a720e1a62a10308e1acc9aa9d24f35f35..1386aeeb07eb45a2f16d7a5f1a8cff051d0cbcf4 100644 (file)
@@ -1,15 +1,21 @@
+# This file is autogenerated. DO NOT EDIT!
+# 
+# Modifications should be made to debian/control.in instead.
+# This file is regenerated automatically in the clean target.
 Source: babl
 Section: libs
 Priority: optional
-Maintainer: Debian QA Group <packages@qa.debian.org>
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: Jeremy Bicha <jbicha@debian.org>, Ross Burton <ross@debian.org>
 Build-Depends: debhelper (>= 10),
+               gnome-pkg-tools,
                gobject-introspection,
                libgirepository1.0-dev,
                pkg-config
 Standards-Version: 4.0.0
 Homepage: http://gegl.org/babl/
-Vcs-Git: https://anonscm.debian.org/git/collab-maint/babl.git
-Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/babl.git
+Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/babl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/babl.git
 
 Package: libbabl-0.1-0
 Architecture: any
diff --git a/debian/control.in b/debian/control.in
new file mode 100644 (file)
index 0000000..25b0afb
--- /dev/null
@@ -0,0 +1,88 @@
+Source: babl
+Section: libs
+Priority: optional
+Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
+Uploaders: @GNOME_TEAM@
+Build-Depends: debhelper (>= 10),
+               gnome-pkg-tools,
+               gobject-introspection,
+               libgirepository1.0-dev,
+               pkg-config
+Standards-Version: 4.0.0
+Homepage: http://gegl.org/babl/
+Vcs-Git: https://anonscm.debian.org/git/pkg-gnome/babl.git
+Vcs-Browser: https://anonscm.debian.org/git/pkg-gnome/babl.git
+
+Package: libbabl-0.1-0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
+Description: Dynamic, any to any, pixel format conversion library
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+
+Package: libbabl-dev
+Architecture: any
+Multi-Arch: same
+Section: libdevel
+Depends: libbabl-0.1-0 (= ${binary:Version}),
+         ${misc:Depends}
+Breaks: libbabl-0.0-0-dev
+Replaces: libbabl-0.0-0-dev
+Provides: libbabl-0.0-0-dev
+Description: Dynamic, any to any, pixel format conversion library (development files)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the development files.
+
+Package: libbabl-doc
+Architecture: all
+Multi-Arch: foreign
+Section: doc
+Depends: ${misc:Depends}
+Breaks: libbabl-0.0-doc
+Replaces: libbabl-0.0-doc
+Description: Dynamic, any to any, pixel format conversion library (documentation)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the API documentation.
+
+Package: libbabl-0.1-0-dbg
+Section: debug
+Priority: extra
+Architecture: any
+Multi-Arch: same
+Depends: libbabl-0.1-0 (= ${binary:Version}),
+         ${misc:Depends}
+Description: Dynamic, any to any, pixel format conversion library (debugging symbols)
+ Babl is a dynamic, any to any, pixel format conversion library. It
+ provides conversions between the myriad of buffer types images can be
+ stored in. Babl doesn't only help with existing pixel formats, but
+ also facilitates creation of new and uncommon ones.
+ .
+ This package contains the debugging symbols.
+#
+#Package: gir1.2-babl-0.1
+#Section: introspection
+#Architecture: any
+#Depends: libbabl-0.1-0 (= ${binary:Version}),
+#         ${misc:Depends},
+#         ${gir:Depends}
+#Description: GObject introspection data for Babl library
+# Babl is a dynamic, any to any, pixel format conversion library. It
+# provides conversions between the myriad of buffer types images can be
+# stored in. Babl doesn't only help with existing pixel formats, but
+# also facilitates creation of new and uncommon ones.
+# .
+# This package can be used by other packages using the GIRepository format
+# to generate dynamic bindings.
index b32f73f2be6b0330d6afe0ea57ed10cc6f4a6bc8..fa0d9753d92fc49132d15426eef95bb8818ff513 100755 (executable)
@@ -11,7 +11,7 @@ else
 endif
 
 %:
-       dh $@
+       dh $@ --with gnome
 
 override_dh_autoreconf:
        dh_autoreconf --as-needed